home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 29
/
Volume 29 - JOGO DISK .iso
/
Games
/
LANDER.SWF
/
scripts
/
DefineButton2_323
/
BUTTONCONDACTION on(press).as
Wrap
Text File
|
2006-11-29
|
273b
|
11 lines
on(press){
gotoAndStop("intro");
play();
this.mc_levelComplete.swapDepths(10);
removeMovieClip(this.mc_levelComplete);
this.woops.swapDepths(10);
removeMovieClip(this.woops);
this.readySet.swapDepths(10);
removeMovieClip(this.readySet);
}